home *** CD-ROM | disk | FTP | other *** search
- import java.util.Vector;
- import javax.microedition.lcdui.Display;
- import javax.microedition.lcdui.Displayable;
-
- // $FF: renamed from: e
- abstract class class_0 {
- // $FF: renamed from: b (int) void
- void method_0(int var1) {
- }
-
- // $FF: renamed from: a (l, javax.microedition.lcdui.Display, javax.microedition.lcdui.Displayable, int, int, boolean) void
- abstract void method_1(l var1, Display var2, Displayable var3, int var4, int var5, boolean var6);
-
- // $FF: renamed from: a () int
- abstract int method_2();
-
- // $FF: renamed from: b () int
- abstract int method_3();
-
- // $FF: renamed from: a (int) void
- void method_4(int var1) {
- }
-
- // $FF: renamed from: a (o, java.util.Vector, boolean) void
- void method_5(o var1, Vector var2, boolean var3) {
- }
- }
-